ConnectionState

enum ConnectionState : Enum<ConnectionState>

A connection state indicates the state of the underlying connection of the SyncSession.

Entries

CONNECTED
Link copied to clipboard
Indicates that a connection is successfully established to the server.
CONNECTING
Link copied to clipboard
Indicates that a connection is currently in progress of being established.
DISCONNECTED
Link copied to clipboard
Indicates that there is no connection to the server.

Properties

name
Link copied to clipboard
val name: String
ordinal
Link copied to clipboard
val ordinal: Int